home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / database / postgres / appgen-0.2-a / appgen-0 / AppGEN / apps / cis.menu < prev    next >
Encoding:
INI File  |  1996-07-10  |  1.1 KB  |  45 lines

  1. [MENU cis]
  2.     SET title AS "Capital Information System"
  3.     DEFINE MENU {
  4.         "Invoice Entry Menu" : MENU "invoices"
  5.         "Scheme Management Menu" : MENU "schemes"
  6.         "System Maintenance Menu" : MENU "system"
  7.         "Reports Menu" : MENU "cisreports"
  8.         "User Guide" : MENU "cishelp"
  9.         }
  10.  
  11. [MENU invoices]
  12.     SET title AS "CIS: Invoice Entry Menu"
  13.     DEFINE MENU {
  14.         "Supplier Details" : MODULE "supplier"
  15.         "Invoices" : MODULE "invoice"
  16.         "Return to Main Menu" : MENU "cis"
  17.         }
  18.  
  19. [MENU schemes]
  20.     SET title AS "CIS: Scheme Management Menu"
  21.     DEFINE MENU {
  22.         "Scheme Details" : MODULE "scheme"
  23.         "Cashflow" : MODULE "cashflow"
  24.         "Approvals" : MODULE "approval"
  25.         "Return to Main Menu" : MENU "cis"
  26.         }
  27.  
  28. [MENU system]
  29.     SET title AS "CIS: System Maintenance Menu"
  30.     DEFINE MENU {
  31.         "Programme Codes" : MODULE "programme"
  32.         "Subjective Costcodes" : MODULE "subjective"
  33.         "User Maintenance" : MODULE "user"
  34.         "Return to Main Menu" : MENU "cis"
  35.         }
  36.  
  37. [MENU cisreports]
  38.     SET title AS "CIS: Reports Menu"
  39.     DEFINE MENU {
  40.         "Scheme Approvals against Expenditure" : MODULE "rep-approv"
  41.         "Month-End CIG Report" : MODULE "rep-cig"
  42.         "Return to Main Menu" : MENU "cis"
  43.         }
  44.  
  45.